NativeAdButton

fun NativeAdButton(text: String, modifier: Modifier = Modifier, textColor: Color = Color.White, backgroundColor: Color = Color.Black, shape: Shape = RectangleShape)

A button for the native ad.

Parameters

text

The text to be displayed on the button.

modifier

The modifier to be applied to the button.

textColor

The color of the text.

backgroundColor

The color of the background.

shape

The shape of the button.